Compare commits

..

No commits in common. "28cacbfbbacbc0034fbf2fe95ae904444aff1d4b" and "43bb10cc6adf1bd9b1543fad87145eac7c469c83" have entirely different histories.

4 changed files with 15 additions and 15 deletions

View file

@ -13,7 +13,7 @@
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
#driSupport = true; driSupport = true;
driSupport32Bit = true; driSupport32Bit = true;
}; };
@ -195,7 +195,6 @@
pkgs.mako # notification system developed by swaywm maintainer pkgs.mako # notification system developed by swaywm maintainer
#pkgs.eww-wayland #pkgs.eww-wayland
pkgs.wofi pkgs.wofi
pkgs.cifs-utils
pkgs.swww pkgs.swww
pkgs.nfs-utils pkgs.nfs-utils
#pkgs.waybar #pkgs.waybar
@ -253,7 +252,7 @@
#mountConfig = { #mountConfig = {
# Options = "noatime"; # Options = "noatime";
#}; #};
what = "nas-omv:/personal/randomfiles"; what = "kubbernetter-5:/var/mnt/md0/personal/randomfiles";
where = "/mnt/NAS"; where = "/mnt/NAS";
} }
{ {
@ -261,7 +260,7 @@
#mountConfig = { #mountConfig = {
# Options = "noatime"; # Options = "noatime";
#}; #};
what = "nas-omv:/personal/pc-backups"; what = "kubbernetter-5:/var/mnt/md0/personal/pc-backups";
where = "/mnt/NAS-backup"; where = "/mnt/NAS-backup";
}]; }];

View file

@ -10,11 +10,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1720546205, "lastModified": 1716561646,
"narHash": "sha256-boCXsjYVxDviyzoEyAk624600f3ZBo/DKtUdvMTpbGY=", "narHash": "sha256-UIGtLO89RxKt7RF2iEgPikSdU53r6v/6WYB0RW3k89I=",
"owner": "ryantm", "owner": "ryantm",
"repo": "agenix", "repo": "agenix",
"rev": "de96bd907d5fbc3b14fc33ad37d1b9a3cb15edc6", "rev": "c2fc0762bbe8feb06a2e59a364fa81b3a57671c9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -95,11 +95,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720470846, "lastModified": 1717525419,
"narHash": "sha256-7ftA4Bv5KfH4QdTRxqe8/Hz2YTKo+7IQ9n7vbNWgv28=", "narHash": "sha256-5z2422pzWnPXHgq2ms8lcCfttM0dz+hg+x1pCcNkAws=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2fb5c1e0a17bc6059fa09dc411a43d75f35bb192", "rev": "a7117efb3725e6197dd95424136f79147aa35e5b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -110,11 +110,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720418205, "lastModified": 1717196966,
"narHash": "sha256-cPJoFPXU44GlhWg4pUk9oUPqurPlCFZ11ZQPk21GTPU=", "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "655a58a72a6601292512670343087c2d75d859c1", "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -73,7 +73,7 @@
size = 24; size = 24;
}; };
theme = { theme = {
name = "catppuccin-frappe-mauve-standard"; name = "Catppuccin-Frappe-Standard-Mauve-Dark";
package = pkgs.catppuccin-gtk.override { package = pkgs.catppuccin-gtk.override {
accents = [ "mauve" ]; accents = [ "mauve" ];
size = "standard"; size = "standard";
@ -168,7 +168,7 @@
signByDefault = true; signByDefault = true;
}; };
}; };
#programs.thefuck.enable = true; programs.thefuck.enable = true;
programs.git-credential-oauth.enable = true; programs.git-credential-oauth.enable = true;
programs.kitty = { programs.kitty = {
enable = true; enable = true;

View file

@ -5,6 +5,7 @@
environment.systemPackages = [ environment.systemPackages = [
pkgs.acpi pkgs.acpi
pkgs.brightnessctl pkgs.brightnessctl
pkgs.cifs-utils
]; ];
home-manager.users.insert.wayland.windowManager.sway.config.modifier = "Mod4"; home-manager.users.insert.wayland.windowManager.sway.config.modifier = "Mod4";