Compare commits

..

No commits in common. "048208711aa9c89196b0977ca378d7064ea766a7" and "0ffe2da740f1947a66a26350938408cdf67f3daa" have entirely different histories.

3 changed files with 13 additions and 59 deletions

View file

@ -319,35 +319,6 @@
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
}; };
services.nscd.config = ''
server-user nscd
enable-cache passwd yes
positive-time-to-live passwd 900
negative-time-to-live passwd 0
shared passwd yes
enable-cache group yes
positive-time-to-live group 900
negative-time-to-live group 0
shared group yes
enable-cache netgroup yes
positive-time-to-live netgroup 900
negative-time-to-live netgroup 0
shared netgroup yes
enable-cache hosts yes
positive-time-to-live hosts 900
negative-time-to-live hosts 0
shared hosts yes
enable-cache services yes
positive-time-to-live services 900
negative-time-to-live services 0
shared services yes
'';
programs.hyprland = { programs.hyprland = {
enable = false; enable = false;
#enableNvidiaPatches = true; #enableNvidiaPatches = true;

View file

@ -53,11 +53,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1728804768, "lastModified": 1726731488,
"narHash": "sha256-WG8KWmT72SA1XrmixxJwI1RRWrT9D97kkYSE5OfOJdg=", "narHash": "sha256-vL1oL9R5c75f+/5ysbRYms8l8lfNmabLuFLlJKsIxlg=",
"owner": "GermanBread", "owner": "GermanBread",
"repo": "declarative-flatpak", "repo": "declarative-flatpak",
"rev": "42cc2c4d97a03889d551cc82c43a0b124fd403f6", "rev": "7c7dff6be2de79cac8bedd5af1883333253f7f9e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -95,11 +95,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729027341, "lastModified": 1727383923,
"narHash": "sha256-IqWD7bA9iJVifvJlB4vs2KUXVhN+d9lECWdNB4jJ0tE=", "narHash": "sha256-4/vacp3CwdGoPf8U4e/N8OsGYtO09WTcQK5FqYfJbKs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2a4fd1cfd8ed5648583dadef86966a8231024221", "rev": "ffe2d07e771580a005e675108212597e5b367d2d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -110,11 +110,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728888510, "lastModified": 1727122398,
"narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=", "narHash": "sha256-o8VBeCWHBxGd4kVMceIayf5GApqTavJbTa44Xcg5Rrk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c", "rev": "30439d93eb8b19861ccbe3e581abf97bdc91b093",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -167,11 +167,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1726560853, "lastModified": 1710146030,
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -12,8 +12,6 @@
#pkgs.cinny-desktop #pkgs.cinny-desktop
pkgs.firefox pkgs.firefox
pkgs.kate pkgs.kate
#pkgs.cliphist TODO: reenable once fixed upstream
pkgs.flameshot
pkgs.godot_4 pkgs.godot_4
pkgs.filezilla pkgs.filezilla
pkgs.libsForQt5.lightly pkgs.libsForQt5.lightly
@ -229,19 +227,6 @@
}; };
}; };
services.cliphist = {
enable = false; #TODO: change once fixed
allowImages = true;
};
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
droidcam-obs
];
};
home.sessionVariables = { home.sessionVariables = {
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
KUBECONFIG = "/home/insert/Desktop/k3s.yaml"; KUBECONFIG = "/home/insert/Desktop/k3s.yaml";
@ -313,9 +298,7 @@
#"''${modifier}+Return" = "exec ${cfg.config.terminal}"; #"''${modifier}+Return" = "exec ${cfg.config.terminal}";
"${modifier}+c" = "kill"; "${modifier}+c" = "kill";
"${modifier}+r" = "exec ${config.wayland.windowManager.sway.config.menu}"; "${modifier}+r" = "exec ${config.wayland.windowManager.sway.config.menu}";
#"${modifier}+p" = "exec grim -g \"\$(slurp)\" - | wl-copy"; "${modifier}+p" = "exec grim -g \"\$(slurp)\" - | wl-copy";
"${modifier}+p" = "exec flameshot gui";
"${modifier}+o" = "exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy";
"${modifier}+v" = "floating toggle"; "${modifier}+v" = "floating toggle";
}; };
startup = [ startup = [