🚚 (home) re-organize files

This commit is contained in:
Laureηt 2024-06-15 17:17:27 +02:00
parent f202b63c69
commit d8a3ccb626
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk
25 changed files with 46 additions and 37 deletions

View file

@ -352,11 +352,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1718395253,
"narHash": "sha256-kbXUz5Pg0ph9HD9wRO0w+kyCyX9n1YuED0WZGIH8GH4=",
"lastModified": 1718461895,
"narHash": "sha256-qlNHD6ScCIQ6lzTyy9cDj5h+jZOC55FM3JHp8p3qMQ0=",
"ref": "refs/heads/main",
"rev": "cb63398f079b4b4324c04e2e41ba17983d66487c",
"revCount": 4829,
"rev": "fb82f6bcd7d829a3ab2d2cb7d9a27f3837abfb80",
"revCount": 4832,
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"
@ -541,11 +541,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1718429294,
"narHash": "sha256-uhKuPVN8IZJCWwFhNupTxES7LMo8ot2KC6+VmVWwzyU=",
"lastModified": 1718459188,
"narHash": "sha256-umwY+ivE98n/6EwEtobOlqf1t9VddhPIIZ6rVmFXlHg=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "239c3864fef6292262d23cff58ce81674f309142",
"rev": "0cd562157274df3783840bdcb0ce6d9c4cf4aa29",
"type": "github"
},
"original": {

View file

@ -0,0 +1,8 @@
{...}: {
imports = [
./alacritty.nix
./firefox.nix
./thunderbird.nix
./vscode.nix
];
}

View file

@ -5,16 +5,22 @@
inputs.hyprland.homeManagerModules.default
inputs.catppuccin.homeManagerModules.catppuccin
./packages.nix
./catppuccin
./alacritty
./firefox
./gtk
./applications
./desktop
./shell
./thunderbird
./vscode
./wayland
./xdg
./packages.nix
];
config.catppuccin = {
enable = true;
flavor = "mocha";
accent = "blue";
};
# catppuccin = {
# enable = true;
# flavor = "mocha";
# accent = "blue";
# };
}

13
home/desktop/default.nix Normal file
View file

@ -0,0 +1,13 @@
{...}: {
imports = [
./eww
./hyprland
./fuzzel.nix
./gtk.nix
./kanshi.nix
./mako.nix
./swayidle.nix
./swaylock.nix
./xdg.nix
];
}

View file

@ -100,7 +100,7 @@ bind = $mainMod, S, togglefloating,
bind = $mainMod, L, exec, swaylock -f
bind = $mainMod, space, exec, fuzzel
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
bind = , Print, exec, grim `date +'%Y-%m-%dT%H:%M:%S'`.png

View file

@ -2,14 +2,7 @@
services.mpris-proxy.enable = true; # media keys
home.packages = with pkgs; [
(bemoji.overrideAttrs (_: {
src = pkgs.fetchFromGitHub {
owner = "marty-oehme";
repo = "bemoji";
rev = "74af60c3f7d5be24dd584214dcec7ed4b71a926c";
hash = "sha256-Yw5TAC/j1njctamXN4OrD+sl4tVOuWu1qL7d0B5gBWw=";
};
}))
bemoji
alejandra # nix formatter
borgbackup # backup
cliphist # clipboard manager

View file

@ -1,11 +0,0 @@
{...}: {
imports = [
./eww
./fuzzel
./hyprland
./kanshi
./mako
./swayidle
./swaylock
];
}