mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
niri configuration added
This commit is contained in:
parent
0a4fb0c4d3
commit
6f3c035316
6 changed files with 178 additions and 9 deletions
|
|
@ -38,28 +38,44 @@
|
|||
programs.dconf.enable = true;
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
config = {
|
||||
common = {
|
||||
default = [ "gtk" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gnome";
|
||||
style = "adwaita-dark";
|
||||
};
|
||||
|
||||
services.getty.autologinUser = "${userVars.username}";
|
||||
# services.getty.autologinUser = "${userVars.username}";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pamixer
|
||||
brightnessctl
|
||||
wl-clipboard
|
||||
wmenu
|
||||
fuzzel
|
||||
fnott
|
||||
foot
|
||||
tor-browser
|
||||
grim
|
||||
slurp
|
||||
# grim
|
||||
# slurp
|
||||
wlopm
|
||||
];
|
||||
|
||||
home-manager.users."${userVars.username}" = {
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue