update nixos configuration

master
Alex 2022-12-09 23:58:13 -06:00
parent 0f1ee544f5
commit 39f375e29f
2 changed files with 19 additions and 7 deletions

View File

@ -4,11 +4,7 @@
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
<<<<<<< HEAD
./gaming-configuration.nix
=======
#./gaming-configuration.nix #./gaming-configuration.nix
>>>>>>> tmp
./sway-configuration.nix ./sway-configuration.nix
]; ];
@ -81,6 +77,8 @@
zathura zathura
sfeed sfeed
chromium chromium
brave
keepassxc
]; ];
}; };
@ -116,6 +114,7 @@
noto-fonts-extra noto-fonts-extra
noto-fonts-emoji noto-fonts-emoji
noto-fonts-cjk-sans noto-fonts-cjk-sans
nerdfonts
zip zip
unzip unzip
p7zip p7zip
@ -156,8 +155,18 @@
udiskie udiskie
python3 python3
python3.pkgs.pip python3.pkgs.pip
chafa
]; ];
fonts.fonts = with pkgs; [
noto-fonts
noto-fonts-extra
noto-fonts-emoji
noto-fonts-cjk-sans
nerdfonts
];
#enable flatpak #enable flatpak
services.flatpak.enable = true; services.flatpak.enable = true;
@ -169,6 +178,8 @@
pulse.enable = true; pulse.enable = true;
}; };
services.pipewire.wireplumber.enable = true; services.pipewire.wireplumber.enable = true;
# xdg-desktop-portal works by exposing a series of D-Bus interfaces # xdg-desktop-portal works by exposing a series of D-Bus interfaces

View File

@ -3,8 +3,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wayland wayland
sway sway
alacritty waylock
swaylock
swayidle swayidle
grim grim
slurp slurp
@ -14,8 +13,10 @@
waybar waybar
xwayland xwayland
gammastep gammastep
rofi-wayland bemenu
imv imv
foot
autotiling
]; ];
# enable sway window manager # enable sway window manager