Compare commits
No commits in common. "4e990e85bbd0935b307802154ec5e9815f2ee291" and "26b41feeef730d73aa6c8fee7a751865a9653f74" have entirely different histories.
4e990e85bb
...
26b41feeef
|
@ -5,16 +5,10 @@
|
||||||
{ config, lib, pkgs, callPackage, catppuccinFlavor, ... }:
|
{ config, lib, pkgs, callPackage, catppuccinFlavor, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports =
|
||||||
./hardware-configuration.nix
|
[
|
||||||
];
|
./hardware-configuration.nix
|
||||||
|
];
|
||||||
programs.steam = {
|
|
||||||
enable = true;
|
|
||||||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
|
||||||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
|
||||||
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
|
|
||||||
};
|
|
||||||
|
|
||||||
catppuccin.flavor = catppuccinFlavor;
|
catppuccin.flavor = catppuccinFlavor;
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
|
@ -56,15 +50,14 @@
|
||||||
rofi
|
rofi
|
||||||
polybar
|
polybar
|
||||||
polybar-pulseaudio-control
|
polybar-pulseaudio-control
|
||||||
pavucontrol
|
|
||||||
dunst
|
dunst
|
||||||
i3lock-color # locksreen
|
i3lock-color # locksreen
|
||||||
arandr # manager monitor
|
arandr # manager monitor
|
||||||
lxqt.lxqt-sudo
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.xkb.layout = "ch";
|
services.xserver.xkb.layout = "ch";
|
||||||
services.displayManager.defaultSession = "none+i3";
|
services.displayManager.defaultSession = "none+i3";
|
||||||
|
@ -130,8 +123,6 @@
|
||||||
pkgs.kitty # terminal
|
pkgs.kitty # terminal
|
||||||
pkgs.nitrogen # wallpapers
|
pkgs.nitrogen # wallpapers
|
||||||
pkgs.tmux # multiplexer
|
pkgs.tmux # multiplexer
|
||||||
|
|
||||||
pkgs.steam
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
@ -177,7 +168,5 @@
|
||||||
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
||||||
system.stateVersion = "24.11"; # Did you read the comment?
|
system.stateVersion = "24.11"; # Did you read the comment?
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
services.gvfs.enable = true; # automount usb to pcmanfm
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
14
home.nix
14
home.nix
|
@ -62,12 +62,11 @@
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||||
# introduces backwards incompatible changes.
|
# introduces backwards incompatible changes.
|
||||||
|
#
|
||||||
# You should not change this value, even if you update Home Manager. If you do
|
# You should not change this value, even if you update Home Manager. If you do
|
||||||
# want to update the value, then make sure to first check the Home Manager
|
# want to update the value, then make sure to first check the Home Manager
|
||||||
# release notes.
|
# release notes.
|
||||||
home.stateVersion = "24.05"; # Please read the comment before changing.
|
home.stateVersion = "24.05"; # Please read the comment before changing.
|
||||||
|
|
||||||
|
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
|
@ -79,21 +78,12 @@
|
||||||
pkgs.oh-my-zsh # prompt
|
pkgs.oh-my-zsh # prompt
|
||||||
pkgs.picom # compositoe
|
pkgs.picom # compositoe
|
||||||
pkgs.ranger # file manager
|
pkgs.ranger # file manager
|
||||||
|
|
||||||
pkgs.pcmanfm # gui file manager
|
pkgs.pcmanfm # gui file manager
|
||||||
pkgs.lxmenu-data # to be offered a list of "Installed applications" when opening a file.
|
|
||||||
pkgs.shared-mime-info # to recognise different file types.
|
|
||||||
|
|
||||||
pkgs.superfile # file manager
|
pkgs.superfile # file manager
|
||||||
pkgs.obsidian # notes
|
pkgs.obsidian # notes
|
||||||
pkgs.keepassxc # passwords
|
pkgs.keepassxc # passwords
|
||||||
pkgs.devdocs-desktop # docs
|
pkgs.devdocs-desktop # docs
|
||||||
pkgs.spicetify-cli # spotify
|
pkgs.spicetify-cli
|
||||||
|
|
||||||
pkgs.libreoffice-qt # office
|
|
||||||
pkgs.hunspell # spell check
|
|
||||||
pkgs.hunspellDicts.uk_UA
|
|
||||||
pkgs.hunspellDicts.de_CH
|
|
||||||
|
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||||
# # overrides. You can do that directly here, just don't forget the
|
# # overrides. You can do that directly here, just don't forget the
|
||||||
|
|
Loading…
Reference in New Issue