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 =
[ # 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

View File

@ -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