update nixos configuration
parent
0f1ee544f5
commit
39f375e29f
|
@ -4,11 +4,7 @@
|
|||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
<<<<<<< HEAD
|
||||
./gaming-configuration.nix
|
||||
=======
|
||||
#./gaming-configuration.nix
|
||||
>>>>>>> tmp
|
||||
./sway-configuration.nix
|
||||
];
|
||||
|
||||
|
@ -81,6 +77,8 @@
|
|||
zathura
|
||||
sfeed
|
||||
chromium
|
||||
brave
|
||||
keepassxc
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -116,6 +114,7 @@
|
|||
noto-fonts-extra
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk-sans
|
||||
nerdfonts
|
||||
zip
|
||||
unzip
|
||||
p7zip
|
||||
|
@ -156,8 +155,18 @@
|
|||
udiskie
|
||||
python3
|
||||
python3.pkgs.pip
|
||||
chafa
|
||||
];
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-extra
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk-sans
|
||||
nerdfonts
|
||||
|
||||
];
|
||||
|
||||
#enable flatpak
|
||||
services.flatpak.enable = true;
|
||||
|
||||
|
@ -169,6 +178,8 @@
|
|||
pulse.enable = true;
|
||||
};
|
||||
|
||||
|
||||
|
||||
services.pipewire.wireplumber.enable = true;
|
||||
|
||||
# xdg-desktop-portal works by exposing a series of D-Bus interfaces
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
wayland
|
||||
sway
|
||||
alacritty
|
||||
swaylock
|
||||
waylock
|
||||
swayidle
|
||||
grim
|
||||
slurp
|
||||
|
@ -14,8 +13,10 @@
|
|||
waybar
|
||||
xwayland
|
||||
gammastep
|
||||
rofi-wayland
|
||||
bemenu
|
||||
imv
|
||||
foot
|
||||
autotiling
|
||||
];
|
||||
|
||||
# enable sway window manager
|
||||
|
|
Loading…
Reference in New Issue