stuffs
This commit is contained in:
parent
d7e3ec9cb0
commit
2748983e06
3 changed files with 24 additions and 17 deletions
|
@ -11,6 +11,10 @@ with builtins;
|
|||
imports = [ ./modules ];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import (builtins.fetchTarball "https://github.com/PrismLauncher/PrismLauncher/archive/develop.tar.gz")).overlay
|
||||
];
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.stable;
|
||||
extraOptions = ''
|
||||
|
@ -116,6 +120,7 @@ with builtins;
|
|||
|
||||
environment.sessionVariables = rec {
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
TERMINAL = "kitty";
|
||||
};
|
||||
|
||||
users.users.jade = {
|
||||
|
@ -147,6 +152,7 @@ with builtins;
|
|||
mullvad mullvad-vpn
|
||||
sl lolcat ifuse
|
||||
cava
|
||||
prismlauncher
|
||||
];
|
||||
|
||||
environment.pathsToLink = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue