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": {
|
||||
"lastModified": 1713323853,
|
||||
"narHash": "sha256-EfUm65RRsoch0tpfHZtEyqo+iWIYhuSX39U/fi0/4WU=",
|
||||
"owner": "zackartz",
|
||||
"repo": "nix-catppuccin",
|
||||
"owner": "catppuccin",
|
||||
"repo": "nix",
|
||||
"rev": "372decb578f3187d7aad837885ed98e73e8abd60",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "zackartz",
|
||||
"repo": "nix-catppuccin",
|
||||
"owner": "catppuccin",
|
||||
"repo": "nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
catppuccin.url = "github:zackartz/nix-catppuccin";
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
|
||||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland/";
|
||||
|
|
|
|||
|
|
@ -147,26 +147,28 @@
|
|||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
xdg.enable = true;
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
options = ["--cmd cd"];
|
||||
};
|
||||
|
||||
# programs.btop = {
|
||||
# enable = true;
|
||||
# catppuccin.enable = true;
|
||||
# };
|
||||
#
|
||||
# programs.lazygit = {
|
||||
# enable = true;
|
||||
# catppuccin.enable = true;
|
||||
# };
|
||||
#
|
||||
# programs.fzf = {
|
||||
# enable = true;
|
||||
# catppuccin.enable = true;
|
||||
# };
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
systemd.user.services.kb-gui = {
|
||||
Unit = {
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ in {
|
|||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
set -g mouse on
|
||||
|
||||
set -g @catppuccin-flavor 'macchiato'
|
||||
|
||||
set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue