forked from colonelpanic/dotfiles
[NixOS] Get biskcomp working
This commit is contained in:
parent
3718d1a178
commit
e58e0cd4fd
@ -185,11 +185,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1688392541,
|
||||
"narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=",
|
||||
"lastModified": 1670461440,
|
||||
"narHash": "sha256-jy1LB8HOMKGJEGXgzFRLDU1CBGL0/LlkolgnqIsF0D8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b",
|
||||
"rev": "04a75b2eecc0acf6239acf9dd04485ff8d14f425",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -33,8 +33,6 @@
|
||||
materia-theme
|
||||
numix-icon-theme-circle
|
||||
papirus-icon-theme
|
||||
tela-icon-theme
|
||||
tela-circle-icon-theme
|
||||
|
||||
# XOrg
|
||||
autorandr
|
||||
@ -48,7 +46,6 @@
|
||||
|
||||
# Desktop
|
||||
alacritty
|
||||
betterlockscreen
|
||||
blueman
|
||||
clipit
|
||||
dfeet
|
||||
@ -60,8 +57,7 @@
|
||||
firefox
|
||||
gnome.cheese
|
||||
gnome.gpaste
|
||||
hexchat
|
||||
kitty
|
||||
|
||||
kleopatra
|
||||
libnotify
|
||||
libreoffice
|
||||
@ -70,7 +66,6 @@
|
||||
networkmanagerapplet
|
||||
notify-osd-customizable
|
||||
okular
|
||||
pasystray
|
||||
picom
|
||||
pinentry
|
||||
psensor
|
||||
@ -83,10 +78,8 @@
|
||||
skippy-xd
|
||||
synergy
|
||||
transmission-gtk
|
||||
vscode
|
||||
vlc
|
||||
volnoti
|
||||
wire-desktop
|
||||
xfce.thunar
|
||||
zoom-us
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
../internet-computer.nix
|
||||
../raspberry-pi.nix
|
||||
../base.nix
|
||||
# ../desktop.nix
|
||||
../desktop.nix
|
||||
# ../xmonad.nix
|
||||
];
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
};
|
||||
|
||||
nix = {
|
||||
auto-optimise-store = true;
|
||||
# auto-optimise-store = true;
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
Loading…
Reference in New Issue
Block a user