begin customization of gui
This commit is contained in:
parent
4d460eb95f
commit
fad2a76def
@ -9,8 +9,10 @@
|
|||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
../2configs/base.nix
|
../2configs/base.nix
|
||||||
../2configs/base-gui.nix
|
../2configs/base-gui.nix
|
||||||
../2configs/tp-x200.nix
|
../2configs/tinc-basic-retiolum.nix
|
||||||
../2configs/sda-crypto-root.nix
|
../2configs/sda-crypto-root.nix
|
||||||
|
# hardware specifics are in here
|
||||||
|
../2configs/tp-x200.nix
|
||||||
];
|
];
|
||||||
# not working in vm
|
# not working in vm
|
||||||
krebs.build.host = config.krebs.hosts.tsp;
|
krebs.build.host = config.krebs.hosts.tsp;
|
||||||
@ -26,24 +28,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
krebs.retiolum = {
|
|
||||||
enable = true;
|
|
||||||
hosts = ../../Zhosts;
|
|
||||||
connectTo = [
|
|
||||||
"gum"
|
|
||||||
"pigstarter"
|
|
||||||
"fastpoke"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
# hardware specifics
|
|
||||||
|
|
||||||
|
|
||||||
networking.firewall.rejectPackets = true;
|
networking.firewall.rejectPackets = true;
|
||||||
networking.firewall.allowPing = true;
|
networking.firewall.allowPing = true;
|
||||||
|
|
||||||
|
|
||||||
# $ nix-env -qaP | grep wget
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
jq
|
jq
|
||||||
|
@ -15,6 +15,8 @@ in
|
|||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
layout = "us";
|
layout = "us";
|
||||||
|
xkbVariant = "altgr-intl";
|
||||||
|
xkbOptions = "ctrl:nocaps";
|
||||||
|
|
||||||
windowManager = {
|
windowManager = {
|
||||||
awesome.enable = true;
|
awesome.enable = true;
|
||||||
@ -27,10 +29,8 @@ in
|
|||||||
desktopManager.xterm.enable = false;
|
desktopManager.xterm.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
security.setuidPrograms = [ "slock" ];
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.slock
|
pkgs.xlockmore
|
||||||
pkgs.rxvt_unicode-with-plugins
|
pkgs.rxvt_unicode-with-plugins
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user