Compare commits
2 Commits
7dcb0df9b8
...
0dda14266d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0dda14266d | ||
|
|
0b1924359e |
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# environment.systemPackages = with pkgs; [nix neovim];
|
# environment.systemPackages = with pkgs; [nix neovim];
|
||||||
nix = {
|
nix = {
|
||||||
enable = false;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = "nix-command flakes auto-allocate-uids";
|
experimental-features = "nix-command flakes auto-allocate-uids";
|
||||||
max-jobs = 8;
|
max-jobs = 8;
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
# services.nix-daemon.enable = true;
|
# services.nix-daemon.enable = true;
|
||||||
system.primaryUser = "servius";
|
system.primaryUser = "servius";
|
||||||
system.stateVersion = 4;
|
system.stateVersion = 5;
|
||||||
|
|
||||||
system.keyboard.enableKeyMapping = true;
|
system.keyboard.enableKeyMapping = true;
|
||||||
system.keyboard.remapCapsLockToControl = true;
|
system.keyboard.remapCapsLockToControl = true;
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
lib.optionalAttrs (device.is "ryu") {
|
lib.optionalAttrs (device.is "ryu") {
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = device.is "ryu";
|
enable = device.is "ryu";
|
||||||
|
colorScheme = lib.mkForce "dark";
|
||||||
theme = {
|
theme = {
|
||||||
name = "catppuccin-mocha-mauve-standard+normal";
|
name = "catppuccin-mocha-mauve-standard+normal";
|
||||||
package = pkgs.catppuccinThemes.gtk;
|
package = pkgs.catppuccinThemes.gtk;
|
||||||
@@ -38,5 +39,7 @@ lib.optionalAttrs (device.is "ryu") {
|
|||||||
# pkgs.catppuccinThemes.gtk
|
# pkgs.catppuccinThemes.gtk
|
||||||
pkgs.catppuccinThemes.papirus-folders
|
pkgs.catppuccinThemes.papirus-folders
|
||||||
];
|
];
|
||||||
|
# stylix.targets.gtk.enable = false;
|
||||||
stylix.targets.gtk.enable = false;
|
stylix.targets.gtk.enable = false;
|
||||||
|
stylix.targets.gnome.enable = false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
nautilus
|
nautilus
|
||||||
totem
|
totem
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
polkit_gnome
|
# polkit_gnome
|
||||||
seahorse
|
seahorse
|
||||||
signal-desktop
|
signal-desktop
|
||||||
# sony-headphones-client
|
# sony-headphones-client
|
||||||
|
|||||||
@@ -8,11 +8,13 @@ lib.optionalAttrs (device.is "ryu") {
|
|||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = pkgs.stdenv.isLinux;
|
enable = pkgs.stdenv.isLinux;
|
||||||
config = {
|
config = {
|
||||||
hyprland.default = ["hyprland" "kde"];
|
hyprland.default = ["kde" "hyprland"];
|
||||||
|
common.default = ["*" "hyprland"];
|
||||||
};
|
};
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal-hyprland
|
|
||||||
kdePackages.xdg-desktop-portal-kde
|
kdePackages.xdg-desktop-portal-kde
|
||||||
|
xdg-desktop-portal-hyprland
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
programs = {
|
programs = {
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# withUWSM = true;
|
withUWSM = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user