diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-26 08:06:19 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-26 08:06:19 -0500 |
| commit | 351d76d05ac4cd67866fa2005ee4501a2b14e6a7 (patch) | |
| tree | 8a6cce571bdb88792645fb78c487ab4888864d0e /flake.nix | |
| parent | modify firefox stuff (diff) | |
| download | dotfiles-nix-351d76d05ac4cd67866fa2005ee4501a2b14e6a7.tar.gz dotfiles-nix-351d76d05ac4cd67866fa2005ee4501a2b14e6a7.tar.bz2 dotfiles-nix-351d76d05ac4cd67866fa2005ee4501a2b14e6a7.zip | |
update commits and remove unused modules/inputs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -31,29 +31,11 @@ # nixos-wsl nixos-wsl.url = "github:nix-community/nixos-wsl"; nixos-wsl.inputs.nixpkgs.follows = "nixpkgs"; - # rose-pine-hyprcursor - rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor"; - rose-pine-hyprcursor.inputs.nixpkgs.follows = "nixpkgs"; - rose-pine-hyprcursor.inputs.hyprlang.follows = "hyprland/hyprlang"; - # zen browser - zen-browser.url = "github:0xc000022070/zen-browser-flake"; - zen-browser.inputs.nixpkgs.follows = "nixpkgs"; - zen-browser.inputs.home-manager.follows = "home-manager"; - # preload-ng - preload-ng.url = "github:miguel-b-p/preload-ng"; - preload-ng.inputs.nixpkgs.follows = "nixpkgs"; # nixos-hardware nixos-hardware.url = "github:nixos/nixos-hardware/master"; - # nix-mineral - nix-mineral.url = "github:cynicsketch/nix-mineral"; - nix-mineral.inputs.nixpkgs.follows = "nixpkgs"; - # quickshell - quickshell.url = "git+https://git.outfoxxed.me/quickshell/quickshell"; - quickshell.inputs.nixpkgs.follows = "nixpkgs"; # caelestia-shell caelestia-shell.url = "git+https://g.freya.cat/caelestia-shell"; caelestia-shell.inputs.nixpkgs.follows = "nixpkgs"; - caelestia-shell.inputs.quickshell.follows = "quickshell"; }; outputs = { |