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