mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
cleaned up a bit
This commit is contained in:
parent
35248129b5
commit
b6633d73a3
8 changed files with 8 additions and 607 deletions
|
@ -6,12 +6,8 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
#./modules/autorandr
|
||||
./modules/networks
|
||||
#./modules/lightdm
|
||||
#./modules/gdm
|
||||
../../shared/vim.nix
|
||||
#../../shared/input.nix
|
||||
../../shared/sops.nix
|
||||
../../shared/gpg.nix
|
||||
../../shared/zsh-fix.nix
|
||||
|
@ -26,23 +22,14 @@
|
|||
console = {
|
||||
keyMap = "dvorak";
|
||||
font = "Lat2-Terminus16";
|
||||
#useXkbConfig = true; # use xkbOptions in tty.
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
#displayManager = {
|
||||
#defaultSession = "none+awesome";
|
||||
#};
|
||||
windowManager.awesome = {
|
||||
enable = true;
|
||||
luaModules = with pkgs.luaPackages; [
|
||||
luarocks
|
||||
vicious
|
||||
];
|
||||
};
|
||||
libinput.enable = true;
|
||||
};
|
||||
fonts.fonts = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
dejavu_fonts
|
||||
];
|
||||
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
|
@ -81,7 +68,6 @@
|
|||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# essentials
|
||||
wget
|
||||
gcc
|
||||
git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue