chore: remove extraneous zimfw references

This commit is contained in:
Youwen Wu 2024-07-30 04:53:13 -07:00
parent 717989b797
commit 8f79f5ee49
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 19 additions and 88 deletions

View file

@ -134,25 +134,6 @@
"type": "github" "type": "github"
} }
}, },
"home-manager_2": {
"inputs": {
"nixpkgs": "nixpkgs_3",
"utils": "utils"
},
"locked": {
"lastModified": 1678109311,
"narHash": "sha256-Q64FoCH5rp3XHoC8u1+KyjLEFGTY7kX9YaIaYfugvfY=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "04d6cad67557512452decbfe888c68fa11338a96",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"hyprcursor": { "hyprcursor": {
"inputs": { "inputs": {
"hyprlang": [ "hyprlang": [
@ -389,22 +370,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_3": {
"locked": {
"lastModified": 1677932085,
"narHash": "sha256-+AB4dYllWig8iO6vAiGGYl0NEgmMgGHpy9gzWJ3322g=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3c5319ad3aa51551182ac82ea17ab1c6b0f0df89",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"pre-commit-hooks-nix": { "pre-commit-hooks-nix": {
"inputs": { "inputs": {
"flake-compat": [ "flake-compat": [
@ -438,8 +403,7 @@
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprland": "hyprland", "hyprland": "hyprland",
"lanzaboote": "lanzaboote", "lanzaboote": "lanzaboote",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2"
"zimfw": "zimfw"
} }
}, },
"rust-overlay": { "rust-overlay": {
@ -497,21 +461,6 @@
"type": "github" "type": "github"
} }
}, },
"utils": {
"locked": {
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"xdph": { "xdph": {
"inputs": { "inputs": {
"hyprland-protocols": "hyprland-protocols", "hyprland-protocols": "hyprland-protocols",
@ -541,24 +490,6 @@
"repo": "xdg-desktop-portal-hyprland", "repo": "xdg-desktop-portal-hyprland",
"type": "github" "type": "github"
} }
},
"zimfw": {
"inputs": {
"home-manager": "home-manager_2"
},
"locked": {
"lastModified": 1704039982,
"narHash": "sha256-JgMBZXW+33/b3nTcTaDc1r3vSn8DkCIlNuz7DcwWiiM=",
"owner": "joedevivo",
"repo": "zimfw.nix",
"rev": "1abc53e3d1c2711abf653ae05e91cb9668efa211",
"type": "github"
},
"original": {
"owner": "joedevivo",
"repo": "zimfw.nix",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -9,7 +9,7 @@
}; };
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
catppuccin.url = "github:catppuccin/nix"; catppuccin.url = "github:catppuccin/nix";
zimfw.url = "github:joedevivo/zimfw.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";
@ -18,7 +18,7 @@
}; };
}; };
outputs = { self, nixpkgs, home-manager, catppuccin, zimfw, lanzaboote, ... outputs = { self, nixpkgs, home-manager, catppuccin, lanzaboote, ...
}@inputs: { }@inputs: {
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt; formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt;
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
@ -53,7 +53,7 @@
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.sharedModules = [ zimfw.homeManagerModules.zimfw ];
home-manager.users.youwen = { home-manager.users.youwen = {
imports = [ ./home.nix catppuccin.homeManagerModules.catppuccin ]; imports = [ ./home.nix catppuccin.homeManagerModules.catppuccin ];
}; };

View file

@ -194,21 +194,21 @@
}; };
defaultKeymap = "viins"; defaultKeymap = "viins";
zimfw = { # zimfw = {
enable = true; # enable = true;
disableVersionCheck = true; # disableVersionCheck = true;
degit = true; # degit = true;
zmodules = [ # zmodules = [
"environment" # "environment"
"git" # "git"
"input" # "input"
"termtitle" # "termtitle"
"utility" # "utility"
"exa" # "exa"
"fzf" # "fzf"
"magic-enter" # "magic-enter"
]; # ];
}; # };
}; };
programs.fish = { programs.fish = {