brings back umbriel, adds isbritish for british keyboarded machines, and removes firefox in favour of librewolf. librewolf being the browser that was in use that i somehow managed to remove, and keep only firefox in. i can be stupid at times
This commit is contained in:
parent
c81537697d
commit
723b4c519e
6 changed files with 21 additions and 14 deletions
16
flake.nix
16
flake.nix
|
|
@ -30,7 +30,7 @@
|
|||
inherit inputs;
|
||||
vars = {
|
||||
isNixOS = true;
|
||||
isTough = false;
|
||||
isBritish = true;
|
||||
useSyncthing = false;
|
||||
class = "desktop";
|
||||
user = "alyx";
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
inherit inputs;
|
||||
vars = {
|
||||
isNixOS = true;
|
||||
isTough = false;
|
||||
isBritish = false;
|
||||
class = "lowspec";
|
||||
user = "maya";
|
||||
useSyncthing = true;
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
inherit inputs;
|
||||
vars = {
|
||||
isNixOS = true;
|
||||
isTough = false;
|
||||
isBritish = false;
|
||||
class = "desktop";
|
||||
user = "maya";
|
||||
useSyncthing = true;
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
inherit inputs;
|
||||
vars = {
|
||||
isNixOS = true;
|
||||
isTough = false;
|
||||
isBritish = false;
|
||||
class = "desktop";
|
||||
user = "maya";
|
||||
useSyncthing = true;
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
inherit inputs;
|
||||
vars = {
|
||||
isNixOS = true;
|
||||
isTough = true;
|
||||
isBritish = false;
|
||||
useSyncthing = false;
|
||||
class = "laptop";
|
||||
user = "alyx"; #cursed way of setting username
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
inherit inputs;
|
||||
vars = {
|
||||
isNixOS = true;
|
||||
isTough = true;
|
||||
isBritish = false;
|
||||
class = "lowspec";
|
||||
user = "maya";
|
||||
useSyncthing = true;
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
inherit inputs;
|
||||
vars = {
|
||||
isNixOS = true;
|
||||
isTough = false;
|
||||
isBritish = false;
|
||||
useSyncthing = false;
|
||||
class = "handheld";
|
||||
user = "alyx"; #cursed way of setting username
|
||||
|
|
@ -186,7 +186,7 @@
|
|||
inherit inputs;
|
||||
vars = {
|
||||
isNixOS = true;
|
||||
isTough = false;
|
||||
isBritish = false;
|
||||
useSyncthing = false;
|
||||
class = "laptop";
|
||||
user = "alyx"; #cursed way of setting username
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue