Compare commits

..

No commits in common. "a89ae0dcbe9e78df1ad67aa098c5673ed7c67244" and "0fccf3f7c209c408c435a55a5a2416e1352f3c3a" have entirely different histories.

6 changed files with 19 additions and 19 deletions

View File

@ -326,11 +326,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739658904, "lastModified": 1739470101,
"narHash": "sha256-2o/JuD6qD0CtPNVvdPNL3bEDFITaSfSLceajHcIzmw4=", "narHash": "sha256-NxNe32VB4XI/xIXrsKmIfrcgtEx5r/5s52pL3CpEcA4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "45c07fcf7d28b5fb3ee189c260dee0a2e4d14317", "rev": "5031c6d2978109336637977c165f82aa49fa16a7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -435,11 +435,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1739646242, "lastModified": 1739446679,
"narHash": "sha256-v4ub7niyjjFs6T6QCtuw2jDHED/gWGOxz38DtFEjPfI=", "narHash": "sha256-W4/dpSdDzsqw2diGefNHlhYFhx18oX4k7GLDjvGc96E=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "94a30889a78fa7c7f87fe8134c18357855824c35", "rev": "40adb3dfb4b6f8cf0c5093f095954e3ef162a8eb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -945,11 +945,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1739446958, "lastModified": 1739214665,
"narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=", "narHash": "sha256-26L8VAu3/1YRxS8MHgBOyOM8xALdo6N0I04PgorE7UM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2ff53fe64443980e139eaa286017f53f88336dd0", "rev": "64e75cd44acf21c7933d61d7721e812eac1b5a0a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -990,11 +990,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1739632145, "lastModified": 1739469954,
"narHash": "sha256-maNBjf9whO303r4+8ekfAZOrf3sHnw6DLiSph5xnXJw=", "narHash": "sha256-faUXxkM3yYm++fpEw02tbAgPJprVB0xOtrU87BEQkuI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "b8c55873998948bf14a2b6cf30f9ad5ecdf79818", "rev": "7f29e4b2ae34c1ba5fe650d74c8f28b0d1fa21ee",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -8,7 +8,7 @@
./browsers.nix ./browsers.nix
./productivity.nix ./productivity.nix
./media.nix ./media.nix
#./hyprland/hyprland.nix ./hyprland/hyprland.nix
./gaming.nix ./gaming.nix
]; ];
} }

View File

@ -25,7 +25,7 @@
unzip unzip
# IDE # IDE
(jetbrains.plugins.addPlugins jetbrains.idea-ultimate ["github-copilot"]) #(jetbrains.plugins.addPlugins jetbrains.idea-ultimate ["github-copilot"])
jetbrains.rider jetbrains.rider
# nix language server # nix language server

View File

@ -23,8 +23,8 @@
pkgs.wl-clipboard pkgs.wl-clipboard
pkgs.playerctl pkgs.playerctl
pkgs.libsForQt5.qt5.qtwayland pkgs.libsForQt5.qt5ct
pkgs.kdePackages.qtwayland pkgs.kdePackages.qt6ct
]; ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {

View File

@ -2,8 +2,8 @@
services.hyprpaper = { services.hyprpaper = {
enable = true; enable = true;
settings = { settings = {
preload = ["/home/uzair/Pictures/nix-wallpaper-catppuccin-mocha.png"]; preload = ["/home/uzair/Pictures/nix-wallpaper-catppuccin-mocha"];
wallpaper = [", /home/uzair/Pictures/nix-wallpaper-catppuccin-mocha.png"]; wallpaper = [", /home/uzair/Pictures/nix-wallpaper-catppuccin-mocha"];
}; };
}; };
} }

View File

@ -18,6 +18,6 @@
./printing.nix ./printing.nix
./yubikey.nix ./yubikey.nix
./steam.nix ./steam.nix
#./hyprland.nix ./hyprland.nix
]; ];
} }