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 ];
|
imports = [ ./modules ];
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(import (builtins.fetchTarball "https://github.com/PrismLauncher/PrismLauncher/archive/develop.tar.gz")).overlay
|
||||||
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixVersions.stable;
|
package = pkgs.nixVersions.stable;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
|
@ -116,6 +120,7 @@ with builtins;
|
||||||
|
|
||||||
environment.sessionVariables = rec {
|
environment.sessionVariables = rec {
|
||||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||||
|
TERMINAL = "kitty";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.jade = {
|
users.users.jade = {
|
||||||
|
@ -147,6 +152,7 @@ with builtins;
|
||||||
mullvad mullvad-vpn
|
mullvad mullvad-vpn
|
||||||
sl lolcat ifuse
|
sl lolcat ifuse
|
||||||
cava
|
cava
|
||||||
|
prismlauncher
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
|
|
24
flake.lock
24
flake.lock
|
@ -8,11 +8,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1665271265,
|
"lastModified": 1666253070,
|
||||||
"narHash": "sha256-4Nn0T5YoR3bBLFnPy6Tkc8zzmzMTBjSGZq05c5hKhEI=",
|
"narHash": "sha256-MtaNgghmfp+ywh5mv9FcspFT4ACaYINSN+D98PCkrP0=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "e1f1160284198a68ea8c7fffbbb1436f99e46ef9",
|
"rev": "c485669ca529e01c1505429fa9017c9a93f15559",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -24,9 +24,9 @@
|
||||||
"mac-brcm-fw": {
|
"mac-brcm-fw": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1664744853,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-i5EFVTIDHQCtFg/OFLmjOzbJqhpwy4MjwBmFUnq0DjI=",
|
"narHash": "sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=",
|
||||||
"path": "/home/jade/mac-brcm-fw",
|
"path": "./mac-brcm-fw",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1664809701,
|
"lastModified": 1666285205,
|
||||||
"narHash": "sha256-frvDid3QEiqetcdykMbOhGNggWu8TPWukd9XuD9VtnI=",
|
"narHash": "sha256-iPTpH8TxpckbqccQfxo6M+FlgFe5bAw/FMJ3YG5bt3s=",
|
||||||
"owner": "kekrby",
|
"owner": "kekrby",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "70d0c6ad6bd227ca5faecc973910ac2900264ed1",
|
"rev": "03c4b1f5bd8ab5aa817a59b5982c4dc7ca09a89b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -51,11 +51,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1665293210,
|
"lastModified": 1666333455,
|
||||||
"narHash": "sha256-qQTfWlvaEfyuIpnD9dU5f2B/YoZbmSq+T5B7ryOgciM=",
|
"narHash": "sha256-oHXIeLB/sPWxKNcSdV1DQi1ddNVoJ17T1yDiMMeygL4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ce1a1bdb98547274597258330b46c86b71e87e5b",
|
"rev": "93e0ac196106dce51878469c9a763c6233af5c57",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -29,6 +29,7 @@ in with lib; {
|
||||||
i3lock-fancy rofi rofimoji volumeicon feh xorg.xinput dunst
|
i3lock-fancy rofi rofimoji volumeicon feh xorg.xinput dunst
|
||||||
arandr lxappearance gruvbox-dark-gtk gruvbox-dark-icons-gtk
|
arandr lxappearance gruvbox-dark-gtk gruvbox-dark-icons-gtk
|
||||||
gruvterial-theme flameshot tesseract5 imagemagick xclip polybar kitty
|
gruvterial-theme flameshot tesseract5 imagemagick xclip polybar kitty
|
||||||
|
nomacs # image viewer
|
||||||
xkeysnail gtk-engine-murrine playerctl xmacro pa_applet brightnessctl
|
xkeysnail gtk-engine-murrine playerctl xmacro pa_applet brightnessctl
|
||||||
drawing # drwaing!
|
drawing # drwaing!
|
||||||
libqalculate # needed by menu-qalc
|
libqalculate # needed by menu-qalc
|
||||||
|
@ -369,11 +370,11 @@ in with lib; {
|
||||||
name = "phinger-cursors";
|
name = "phinger-cursors";
|
||||||
size = 30;
|
size = 30;
|
||||||
};
|
};
|
||||||
font = {
|
#font = {
|
||||||
package = pkgs.montserrat;
|
#package = pkgs.montserrat;
|
||||||
name = "Montserrat";
|
#name = "Montserrat";
|
||||||
size = 11;
|
#size = 11;
|
||||||
};
|
#};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.gruvbox-dark-icons-gtk;
|
package = pkgs.gruvbox-dark-icons-gtk;
|
||||||
name = "gruvbox-dark-icons";
|
name = "gruvbox-dark-icons";
|
||||||
|
|
Loading…
Reference in a new issue