🔒 Replaced swaylock with Hyprlock

- Removed Swaylock
- Added Hyprlock with Catppuccin theme.
- Replaced commands to swaylock with hyprlock.
- Added JetBrains Mono Nerd Font
This commit is contained in:
2024-12-31 00:38:23 +01:00
parent 793b3a16d0
commit 1c9dded45c
9 changed files with 113 additions and 10 deletions

View File

@ -44,6 +44,13 @@
NIXOS_CONFIG_PATH = "/etc/nixos";
};
fonts = {
fontconfig.enable = true;
packages = with pkgs; [
nerd-fonts.jetbrains-mono
];
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [