laptop themed
This commit is contained in:
@@ -12,6 +12,18 @@
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
polarity = "light";
|
||||
image = ./wallpaper.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine-dawn.yaml";
|
||||
cursor = {
|
||||
package = pkgs.gnome.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
size = 28;
|
||||
};
|
||||
};
|
||||
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
@@ -39,14 +51,35 @@
|
||||
LC_TIME = "en_US.UTF-8";
|
||||
};
|
||||
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
gnome-photos
|
||||
gnome-tour
|
||||
xterm
|
||||
]) ++ (with pkgs.gnome; [
|
||||
cheese # webcam tool
|
||||
gnome-music
|
||||
gnome-weather
|
||||
gnome-calendar
|
||||
gnome-contacts
|
||||
gnome-clocks
|
||||
gnome-maps
|
||||
gnome-terminal
|
||||
epiphany # web browser
|
||||
geary # email reader
|
||||
evince # document viewer
|
||||
gnome-characters
|
||||
totem # video player
|
||||
tali # poker game
|
||||
iagno # go game
|
||||
hitori # sudoku game
|
||||
atomix # puzzle game
|
||||
]);
|
||||
|
||||
hardware.sensor.iio.enable = true;
|
||||
|
||||
networking.hostName = "laptop"; # Define your hostname.
|
||||
services.fwupd.enable = true;
|
||||
|
||||
@@ -104,6 +137,9 @@
|
||||
intel-media-driver
|
||||
microcodeIntel
|
||||
neovim
|
||||
gtk2
|
||||
gtk3
|
||||
gtk4
|
||||
];
|
||||
networking.firewall.enable = true;
|
||||
hardware.graphics.enable32Bit = true;
|
||||
|
||||
BIN
hosts/laptop/wallpaper.png
Normal file
BIN
hosts/laptop/wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 MiB |
Reference in New Issue
Block a user