Changed Desktop
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
qemu
|
||||
quickemu
|
||||
nemu
|
||||
];
|
||||
systemd.tmpfiles.rules = [ "L+ /var/lib/qemu/firmware - - - - ${pkgs.qemu}/share/qemu/firmware" ];
|
||||
boot.binfmt.emulatedSystems = [
|
||||
|
@@ -1,6 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
username,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
@@ -17,16 +15,30 @@
|
||||
};
|
||||
*/
|
||||
|
||||
services.displayManager = {
|
||||
sessionPackages = [ pkgs.hyprland ];
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"greetd/background.png".source = ../../wallpapers/lucy_with_cat.png;
|
||||
"greetd/environments".text = ''
|
||||
hyprland
|
||||
fish
|
||||
'';
|
||||
|
||||
/*
|
||||
"greetd/wayland-sessions/hyprland.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Name=Hyprland
|
||||
Comment=Hyprland WM
|
||||
Exec=Hyprland
|
||||
Type=Application
|
||||
'';
|
||||
|
||||
"greetd/wayland-sessions/niri.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Name=Niri
|
||||
Comment=Hyprland WM
|
||||
Exec=niri
|
||||
Type=Application
|
||||
'';
|
||||
*/
|
||||
};
|
||||
|
||||
programs.regreet = {
|
||||
@@ -47,7 +59,7 @@
|
||||
GTK = {
|
||||
application_prefer_dark_theme = true;
|
||||
cursor_theme_name = "Adwaita";
|
||||
font_name = lib.mkForce "FiraCodeNerdFontPropo 12";
|
||||
font_name = lib.mkForce "FiraCodeNerdFontProto 12";
|
||||
icon_theme_name = lib.mkForce "materialdesignicons";
|
||||
theme_name = "Adwaita";
|
||||
};
|
||||
|
@@ -1,6 +1,5 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
@@ -28,7 +27,11 @@
|
||||
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
wget
|
||||
git
|
||||
|
||||
cmatrix
|
||||
tdf
|
||||
figlet
|
||||
tty-clock
|
||||
lolcat
|
||||
# System tools
|
||||
sysstat
|
||||
lm_sensors # for `sensors` command
|
||||
@@ -94,6 +97,8 @@
|
||||
|
||||
security.polkit.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
programs.ssh.startAgent = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user