mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: also remove from defaults
This commit is contained in:
parent
14214b3513
commit
451188b599
1 changed files with 2 additions and 3 deletions
|
|
@ -1,13 +1,12 @@
|
||||||
{ ...}: {
|
{ ...}: {
|
||||||
imports =
|
imports =
|
||||||
[(import ./bat.nix)] # better cat command
|
[(import ./git.nix)] # version control
|
||||||
++ [(import ./git.nix)] # version control
|
|
||||||
++ [(import ./swaync/default.nix)] # notification panel
|
++ [(import ./swaync/default.nix)] # notification panel
|
||||||
++ [(import ./hyprland)] # window manager
|
++ [(import ./hyprland)] # window manager
|
||||||
++ [(import ./kitty.nix)] # terminal
|
++ [(import ./kitty.nix)] # terminal
|
||||||
++ [(import ./mako.nix)] # notification deamon
|
++ [(import ./mako.nix)] # notification deamon
|
||||||
++ [(import ./nvim.nix)] # neovim editor
|
++ [(import ./nvim.nix)] # neovim editor
|
||||||
++ [(import ./zathura.nix)] # neovim editor
|
++ [(import ./zathura.nix)] # neovim editor
|
||||||
++ [(import ./packages.nix)] # other packages
|
++ [(import ./packages.nix)] # other packages
|
||||||
++ [(import ./scripts/scripts.nix)] # personal scripts
|
++ [(import ./scripts/scripts.nix)] # personal scripts
|
||||||
++ [(import ./swaylock.nix)] # lock screen
|
++ [(import ./swaylock.nix)] # lock screen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue