mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: remove unused zimfw and zsh config
This commit is contained in:
parent
38051d0afe
commit
41e9cab011
2 changed files with 0 additions and 31 deletions
|
@ -10,7 +10,6 @@
|
||||||
stablepkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
stablepkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||||
bleedingpkgs.url = "github:nixos/nixpkgs/master";
|
bleedingpkgs.url = "github:nixos/nixpkgs/master";
|
||||||
catppuccin.url = "github:catppuccin/nix";
|
catppuccin.url = "github:catppuccin/nix";
|
||||||
# zimfw.url = "github:joedevivo/zimfw.nix";
|
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
url = "github:nix-community/lanzaboote/v0.4.1";
|
url = "github:nix-community/lanzaboote/v0.4.1";
|
||||||
|
|
||||||
|
@ -63,7 +62,6 @@
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.backupFileExtension = "backup";
|
home-manager.backupFileExtension = "backup";
|
||||||
# home-manager.sharedModules = [ zimfw.homeManagerModules.zimfw ];
|
|
||||||
home-manager.users.youwen = {
|
home-manager.users.youwen = {
|
||||||
imports = [ ./home.nix catppuccin.homeManagerModules.catppuccin ];
|
imports = [ ./home.nix catppuccin.homeManagerModules.catppuccin ];
|
||||||
};
|
};
|
||||||
|
|
29
home.nix
29
home.nix
|
@ -209,35 +209,6 @@
|
||||||
useTheme = "gruvbox";
|
useTheme = "gruvbox";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
|
||||||
enable = false;
|
|
||||||
enableCompletion = true;
|
|
||||||
autosuggestion.enable = true;
|
|
||||||
syntaxHighlighting.enable = true;
|
|
||||||
|
|
||||||
shellAliases = {
|
|
||||||
ls = "eza -l --icons=auto";
|
|
||||||
update = "sudo nixos-rebuild switch";
|
|
||||||
};
|
|
||||||
defaultKeymap = "viins";
|
|
||||||
|
|
||||||
# zimfw = {
|
|
||||||
# enable = true;
|
|
||||||
# disableVersionCheck = true;
|
|
||||||
# degit = true;
|
|
||||||
# zmodules = [
|
|
||||||
# "environment"
|
|
||||||
# "git"
|
|
||||||
# "input"
|
|
||||||
# "termtitle"
|
|
||||||
# "utility"
|
|
||||||
# "exa"
|
|
||||||
# "fzf"
|
|
||||||
# "magic-enter"
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue