Initial commit
This commit is contained in:
33
home/demenik.nix
Normal file
33
home/demenik.nix
Normal file
@@ -0,0 +1,33 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./global.nix
|
||||
./xdg-desktop.nix
|
||||
./accounts
|
||||
|
||||
./desktops/hyprland
|
||||
|
||||
./services/kanshi.nix
|
||||
./services/bisync.nix
|
||||
|
||||
./shells/zsh
|
||||
./terminals/kitty
|
||||
|
||||
./programs
|
||||
./editors/nvim
|
||||
./editors/intellij.nix
|
||||
./editors/cursor.nix
|
||||
];
|
||||
|
||||
home.file.".face" = {
|
||||
source = pkgs.fetchurl {
|
||||
url = "https://github.com/demenik.png";
|
||||
hash = "sha256-+1ugmn5qeAvijj5Lm3Ye0rW9UEF9OCGxiSMfZKVjxI4=";
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
mpvpaper
|
||||
];
|
||||
|
||||
services.swww.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user