add hyprland & packages

This commit is contained in:
uku 2023-08-30 11:51:18 +02:00
parent 07c036f44c
commit ad7cd4ec04

View file

@ -42,19 +42,6 @@
LC_TIME = "fr_FR.UTF-8"; LC_TIME = "fr_FR.UTF-8";
}; };
# Enable the X11 windowing system.
services.xserver.enable = true;
# Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
# Configure keymap in X11
services.xserver = {
layout = "fr";
xkbVariant = "";
};
# Configure console keymap # Configure console keymap
console.keyMap = "fr"; console.keyMap = "fr";
@ -86,16 +73,26 @@
isNormalUser = true; isNormalUser = true;
description = "uku"; description = "uku";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.fish;
packages = with pkgs; [ packages = with pkgs; [
firefox firefox
neovim neovim
git git
gnupg gnupg
pinentry pinentry
# thunderbird kitty
chezmoi
iosevka
jetbrains-mono
starship
waybar
rofi-wayland
]; ];
}; };
programs.hyprland.enable = true;
programs.fish.enable = true;
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;