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