🚚 (home) re-organize files
This commit is contained in:
parent
f202b63c69
commit
d8a3ccb626
14
flake.lock
14
flake.lock
|
@ -352,11 +352,11 @@
|
||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718395253,
|
"lastModified": 1718461895,
|
||||||
"narHash": "sha256-kbXUz5Pg0ph9HD9wRO0w+kyCyX9n1YuED0WZGIH8GH4=",
|
"narHash": "sha256-qlNHD6ScCIQ6lzTyy9cDj5h+jZOC55FM3JHp8p3qMQ0=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "cb63398f079b4b4324c04e2e41ba17983d66487c",
|
"rev": "fb82f6bcd7d829a3ab2d2cb7d9a27f3837abfb80",
|
||||||
"revCount": 4829,
|
"revCount": 4832,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
|
@ -541,11 +541,11 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718429294,
|
"lastModified": 1718459188,
|
||||||
"narHash": "sha256-uhKuPVN8IZJCWwFhNupTxES7LMo8ot2KC6+VmVWwzyU=",
|
"narHash": "sha256-umwY+ivE98n/6EwEtobOlqf1t9VddhPIIZ6rVmFXlHg=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "239c3864fef6292262d23cff58ce81674f309142",
|
"rev": "0cd562157274df3783840bdcb0ce6d9c4cf4aa29",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
8
home/applications/default.nix
Normal file
8
home/applications/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{...}: {
|
||||||
|
imports = [
|
||||||
|
./alacritty.nix
|
||||||
|
./firefox.nix
|
||||||
|
./thunderbird.nix
|
||||||
|
./vscode.nix
|
||||||
|
];
|
||||||
|
}
|
|
@ -5,16 +5,22 @@
|
||||||
inputs.hyprland.homeManagerModules.default
|
inputs.hyprland.homeManagerModules.default
|
||||||
inputs.catppuccin.homeManagerModules.catppuccin
|
inputs.catppuccin.homeManagerModules.catppuccin
|
||||||
|
|
||||||
./packages.nix
|
./applications
|
||||||
./catppuccin
|
./desktop
|
||||||
|
|
||||||
./alacritty
|
|
||||||
./firefox
|
|
||||||
./gtk
|
|
||||||
./shell
|
./shell
|
||||||
./thunderbird
|
|
||||||
./vscode
|
./packages.nix
|
||||||
./wayland
|
|
||||||
./xdg
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
config.catppuccin = {
|
||||||
|
enable = true;
|
||||||
|
flavor = "mocha";
|
||||||
|
accent = "blue";
|
||||||
|
};
|
||||||
|
|
||||||
|
# catppuccin = {
|
||||||
|
# enable = true;
|
||||||
|
# flavor = "mocha";
|
||||||
|
# accent = "blue";
|
||||||
|
# };
|
||||||
}
|
}
|
||||||
|
|
13
home/desktop/default.nix
Normal file
13
home/desktop/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{...}: {
|
||||||
|
imports = [
|
||||||
|
./eww
|
||||||
|
./hyprland
|
||||||
|
./fuzzel.nix
|
||||||
|
./gtk.nix
|
||||||
|
./kanshi.nix
|
||||||
|
./mako.nix
|
||||||
|
./swayidle.nix
|
||||||
|
./swaylock.nix
|
||||||
|
./xdg.nix
|
||||||
|
];
|
||||||
|
}
|
|
@ -100,7 +100,7 @@ bind = $mainMod, S, togglefloating,
|
||||||
bind = $mainMod, L, exec, swaylock -f
|
bind = $mainMod, L, exec, swaylock -f
|
||||||
bind = $mainMod, space, exec, fuzzel
|
bind = $mainMod, space, exec, fuzzel
|
||||||
bind = $mainMod, C, exec, cliphist list | fuzzel -d --tabs 2 --width 100 | cliphist decode | wl-copy
|
bind = $mainMod, C, exec, cliphist list | fuzzel -d --tabs 2 --width 100 | cliphist decode | wl-copy
|
||||||
bind = $mainMod, E, exec, BEMOJI_PICKER_CMD="fuzzel -d" bemoji
|
bind = $mainMod, E, exec, BEMOJI_PICKER_CMD="fuzzel -d" bemoji -n
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
bind = , Print, exec, grim `date +'%Y-%m-%dT%H:%M:%S'`.png
|
bind = , Print, exec, grim `date +'%Y-%m-%dT%H:%M:%S'`.png
|
|
@ -2,14 +2,7 @@
|
||||||
services.mpris-proxy.enable = true; # media keys
|
services.mpris-proxy.enable = true; # media keys
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(bemoji.overrideAttrs (_: {
|
bemoji
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "marty-oehme";
|
|
||||||
repo = "bemoji";
|
|
||||||
rev = "74af60c3f7d5be24dd584214dcec7ed4b71a926c";
|
|
||||||
hash = "sha256-Yw5TAC/j1njctamXN4OrD+sl4tVOuWu1qL7d0B5gBWw=";
|
|
||||||
};
|
|
||||||
}))
|
|
||||||
alejandra # nix formatter
|
alejandra # nix formatter
|
||||||
borgbackup # backup
|
borgbackup # backup
|
||||||
cliphist # clipboard manager
|
cliphist # clipboard manager
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
{...}: {
|
|
||||||
imports = [
|
|
||||||
./eww
|
|
||||||
./fuzzel
|
|
||||||
./hyprland
|
|
||||||
./kanshi
|
|
||||||
./mako
|
|
||||||
./swayidle
|
|
||||||
./swaylock
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue