[linux-desktop] Adds a few more apps and reorganizes the config
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
./terminal.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
# Desktop Applications
|
||||
signal-desktop
|
||||
firefox
|
||||
|
||||
# Common utilities
|
||||
feh
|
||||
@@ -30,7 +30,7 @@
|
||||
waypaper # Wallpaper switcher
|
||||
];
|
||||
|
||||
home.pointerCursor = {
|
||||
pointerCursor = {
|
||||
enable = true;
|
||||
gtk.enable = true;
|
||||
name = "phinger-cursors";
|
||||
@@ -39,12 +39,20 @@
|
||||
};
|
||||
|
||||
# Hint for electron apps to use wayland
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
# Miscelaneous config files
|
||||
home.file = {
|
||||
file = {
|
||||
".XCompose".source = ./config/XCompose;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
# browsers
|
||||
firefox.enable = true;
|
||||
qutebrowser.enable = true;
|
||||
librewolf.enable = true;
|
||||
};
|
||||
|
||||
# GTK settings
|
||||
gtk = {
|
||||
|
||||
Reference in New Issue
Block a user