add callisto
This commit is contained in:
parent
8d7bb8cbee
commit
9a7651523b
7 changed files with 323 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
username = vars.user; #this is set in flake.nix
|
||||
homeDirectory = "/home/${username}"; #change this if you use a non-standard home dir
|
||||
stateVersion = "23.11";
|
||||
sessionVariables = { PASSWORD_STORE_DIR = "$HOME/sync/general/pass";};
|
||||
sessionVariables = { PASSWORD_STORE_DIR = "$HOME/sync/general/pass"; ELECTRON_OZONE_PLATFORM_HINT = "auto";};
|
||||
shell.enableBashIntegration = true;
|
||||
file = {
|
||||
".config/waybar/config".source = config.lib.file.mkOutOfStoreSymlink "${homeDirectory}/.config/nixos/home/waybar/config";
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
libgpod
|
||||
kdePackages.ark
|
||||
vesktop
|
||||
kdePackages.ark
|
||||
v4l-utils
|
||||
nextcloud-client
|
||||
blender-hip
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
terminal = "foot";
|
||||
output = {
|
||||
"Dell Inc. DELL P2411H MGMHG1681VAU".pos = "0 1050";
|
||||
"LG Display 0x0437 Unknown".scale = "1.25";
|
||||
"Samsung Electric Company SyncMaster HMDQ202016".pos = "75 0";
|
||||
};
|
||||
#output = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue