niri
This commit is contained in:
@@ -169,18 +169,18 @@
|
||||
# };
|
||||
# };
|
||||
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
config = rec {
|
||||
modifier = "Mod4";
|
||||
# Use kitty as default terminal
|
||||
terminal = "kitty";
|
||||
startup = [
|
||||
# Launch Firefox on start
|
||||
{command = "firefox";}
|
||||
];
|
||||
};
|
||||
};
|
||||
# wayland.windowManager.sway = {
|
||||
# enable = true;
|
||||
# config = rec {
|
||||
# modifier = "Mod4";
|
||||
# # Use kitty as default terminal
|
||||
# terminal = "kitty";
|
||||
# startup = [
|
||||
# # Launch Firefox on start
|
||||
# {command = "firefox";}
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
|
||||
programs.neovim = { # Configure nvim
|
||||
enable = true;
|
||||
@@ -285,7 +285,7 @@
|
||||
steam
|
||||
signal-desktop
|
||||
docker
|
||||
swaybg # wallpaper
|
||||
# swaybg # wallpaper
|
||||
nixfmt # nix file formatting
|
||||
openrgb # RGB editor
|
||||
furmark # Room heater
|
||||
@@ -331,17 +331,18 @@
|
||||
bluez # Bluetooth support
|
||||
bluez-tools # Bluetooth tools
|
||||
|
||||
grim # screenshot functionality
|
||||
slurp # screenshot functionality
|
||||
wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout
|
||||
mako # notification system developed by swaywm maintainer
|
||||
# grim # screenshot functionality
|
||||
# slurp # screenshot functionality
|
||||
# wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout
|
||||
# mako # notification system developed by swaywm maintainer
|
||||
];
|
||||
|
||||
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
programs.niri.enable = true;
|
||||
# programs.sway = {
|
||||
# enable = true;
|
||||
# wrapperFeatures.gtk = true;
|
||||
# };
|
||||
# services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
@@ -387,7 +388,7 @@
|
||||
services.mullvad-vpn.package = pkgs.mullvad-vpn; # arr
|
||||
services.resolved.enable = true; # for mullvad
|
||||
|
||||
programs.ssh.startAgent = true; # Enable SSH tools
|
||||
# programs.ssh.startAgent = true; # Enable SSH tools
|
||||
programs.thunar.enable = true; # file manager
|
||||
|
||||
virtualisation.waydroid.enable = true; # android :0
|
||||
|
||||
Reference in New Issue
Block a user