fuck it
This commit is contained in:
parent
b1cce6ca82
commit
3501857f2a
78 changed files with 1383 additions and 913 deletions
|
|
@ -88,7 +88,7 @@
|
|||
# type = "path";
|
||||
# };
|
||||
# };
|
||||
|
||||
|
||||
osbm-nvim.flake = inputs.osbm-nvim;
|
||||
my-nixpkgs = {
|
||||
from = { type = "indirect"; id = "my-nixpkgs"; };
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
|
||||
programs.fish.enable = true;
|
||||
|
||||
# myModules.setUsers = false;
|
||||
# osbmModules.setUsers = false;
|
||||
users.users.osbm = {
|
||||
description = "osbm";
|
||||
shell = pkgs.fish;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options = {
|
||||
myModules.enableKDE = lib.mkOption {
|
||||
osbmModules.enableKDE = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = "Enable KDE Plasma";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue