Primarily reaper
This commit is contained in:
+3
-30
@@ -17,9 +17,9 @@
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
inputs.azos-core.overlays.addpkgs
|
||||
# outputs.overlays.additions
|
||||
# outputs.overlays.modifications
|
||||
# outputs.overlays.unstable-packages
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
@@ -37,38 +37,11 @@
|
||||
azos.suites.exwm.enable = true;
|
||||
azos.name = "Aner Zakobar";
|
||||
|
||||
# TODO: Set your username
|
||||
home = {
|
||||
username = "aner";
|
||||
homeDirectory = "/home/aner";
|
||||
};
|
||||
|
||||
# xsession = {
|
||||
# windowManager.command = ''
|
||||
# exec ${pkgs.i3}/bin/i3
|
||||
# '';
|
||||
# # windowManager.command = "exec ${config.programs.emacs.package}/bin/emacs -l \"${config.programs.emacs.extraConfig} (azos/exwm/load-exwm)\"";
|
||||
# enable = true;
|
||||
# #Keybvoard rate
|
||||
# # initExtra = ''
|
||||
# # xset r rate 200 100
|
||||
# # '';
|
||||
# };
|
||||
# services.xserver.windowManager.myExwm = {
|
||||
# enable = true;
|
||||
# enableDefaultConfig = false;
|
||||
# executable = config.programs.emacs.package;
|
||||
# loadScript = ''(require 'azos-emacs-exwm)'';
|
||||
# };
|
||||
|
||||
# home.packages = with pkgs; [
|
||||
# # steam
|
||||
# pandoc
|
||||
# offlineimap #emailing
|
||||
# liberation_ttf #fonts
|
||||
# graphviz #graphing
|
||||
# ];
|
||||
|
||||
# Nicely reload system units when changing configs
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user