sj laptop: cleanup slim config
This commit is contained in:
parent
57907670f3
commit
95b7fa6170
1 changed files with 16 additions and 18 deletions
|
@ -129,16 +129,14 @@
|
||||||
displayManager = {
|
displayManager = {
|
||||||
slim = {
|
slim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = /home/steveej/src/github/steveej/nixos-slim-theme;
|
theme = pkgs.fetchFromGitHub {
|
||||||
# theme = pkgs.fetchurl {
|
owner = "steveej";
|
||||||
# url = "mirror://sourceforge/project/slim.berlios/slim-rear-window.tar.gz";
|
repo = "nixos-slim-theme";
|
||||||
# sha256 = "04cmwdgcvxd3srhwcnqmmfdj0avkql7570y14vv98zmnrh33f4hb";
|
rev = "eec04a624113db835f2b5960d305e242da9dbc2a";
|
||||||
# };
|
sha256 = "146zmr5rzwxq5mz6b7108a3ksf3nvqxrr8bvi82jsw6xqji4i5f5";
|
||||||
# autoLogin = {
|
};
|
||||||
# enable = true;
|
autoLogin = true;
|
||||||
# user = "steveej";
|
defaultUser = "steveej";
|
||||||
# delay = 0;
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
sessionCommands = ''
|
sessionCommands = ''
|
||||||
xscreensaver -no-splash &
|
xscreensaver -no-splash &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue