374 current 2024-04-17 16:14:21 24.05.20240416.5672bc9 6.8.4-zen1 *
This commit is contained in:
parent
72e5d1d4c5
commit
c2f73a14ee
4 changed files with 23 additions and 19 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -4,14 +4,14 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713323853,
|
"lastModified": 1713323853,
|
||||||
"narHash": "sha256-EfUm65RRsoch0tpfHZtEyqo+iWIYhuSX39U/fi0/4WU=",
|
"narHash": "sha256-EfUm65RRsoch0tpfHZtEyqo+iWIYhuSX39U/fi0/4WU=",
|
||||||
"owner": "zackartz",
|
"owner": "catppuccin",
|
||||||
"repo": "nix-catppuccin",
|
"repo": "nix",
|
||||||
"rev": "372decb578f3187d7aad837885ed98e73e8abd60",
|
"rev": "372decb578f3187d7aad837885ed98e73e8abd60",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "zackartz",
|
"owner": "catppuccin",
|
||||||
"repo": "nix-catppuccin",
|
"repo": "nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
catppuccin.url = "github:zackartz/nix-catppuccin";
|
catppuccin.url = "github:catppuccin/nix";
|
||||||
|
|
||||||
hyprland = {
|
hyprland = {
|
||||||
url = "github:hyprwm/Hyprland/";
|
url = "github:hyprwm/Hyprland/";
|
||||||
|
|
|
||||||
|
|
@ -147,26 +147,28 @@
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.enable = true;
|
||||||
|
|
||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
options = ["--cmd cd"];
|
options = ["--cmd cd"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# programs.btop = {
|
programs.btop = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
# };
|
};
|
||||||
#
|
|
||||||
# programs.lazygit = {
|
programs.lazygit = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
# };
|
};
|
||||||
#
|
|
||||||
# programs.fzf = {
|
programs.fzf = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
# };
|
};
|
||||||
|
|
||||||
systemd.user.services.kb-gui = {
|
systemd.user.services.kb-gui = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,8 @@ in {
|
||||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
set -g @catppuccin-flavor 'macchiato'
|
||||||
|
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
set-window-option -g pane-base-index 1
|
set-window-option -g pane-base-index 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue