This commit is contained in:
parent
8faab83651
commit
2c04a6ef26
@ -1 +1 @@
|
|||||||
/nix/store/kmm2y2027i9arkvzyqsid23hb0asyvq7-home-manager-files/.config/autostart/ulauncher.desktop
|
/nix/store/nqbwwlvirdq4xc9n2x9rmkb8bv885n39-home-manager-files/.config/autostart/ulauncher.desktop
|
@ -8,8 +8,8 @@
|
|||||||
services.xserver.desktopManager.gnome.enable = true;
|
services.xserver.desktopManager.gnome.enable = true;
|
||||||
|
|
||||||
# Enable the Cosmic Desktop Environment.
|
# Enable the Cosmic Desktop Environment.
|
||||||
services.desktopManager.cosmic.enable = true;
|
# services.desktopManager.cosmic.enable = true;
|
||||||
services.displayManager.cosmic-greeter.enable = true;
|
# services.displayManager.cosmic-greeter.enable = true;
|
||||||
|
|
||||||
# Install xanmod kernel
|
# Install xanmod kernel
|
||||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_stable;
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_stable;
|
||||||
|
6
config/nixos/flake.lock
generated
6
config/nixos/flake.lock
generated
@ -24,11 +24,11 @@
|
|||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733708804,
|
"lastModified": 1733939134,
|
||||||
"narHash": "sha256-PiUrztTiR4aVRC2fMdNcOWYWF1ojvqbrSUYmhtp3970=",
|
"narHash": "sha256-tsio9mCHdo9zgIzqjiJ6Ze7hk4AKM3nT+K4QJyOZtuA=",
|
||||||
"owner": "lilyinstarlight",
|
"owner": "lilyinstarlight",
|
||||||
"repo": "nixos-cosmic",
|
"repo": "nixos-cosmic",
|
||||||
"rev": "1531210f371ecf966ff67e87975f684553bdbbf7",
|
"rev": "9502f7621771096901a83e8a2c05e978dfa1644f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
|
||||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
# nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
@ -12,7 +12,7 @@
|
|||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
nixpkgs-unstable,
|
nixpkgs-unstable,
|
||||||
nixos-cosmic,
|
# nixos-cosmic,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
@ -35,13 +35,13 @@
|
|||||||
./hardware/mennos-laptop.nix
|
./hardware/mennos-laptop.nix
|
||||||
./common/workstation.nix
|
./common/workstation.nix
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
nixos-cosmic.nixosModules.default
|
# nixos-cosmic.nixosModules.default
|
||||||
{
|
# {
|
||||||
nix.settings = {
|
# nix.settings = {
|
||||||
substituters = [ "https://cosmic.cachix.org/" ];
|
# substituters = [ "https://cosmic.cachix.org/" ];
|
||||||
trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ];
|
# trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ];
|
||||||
};
|
# };
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit pkgs-unstable;
|
inherit pkgs-unstable;
|
||||||
@ -56,13 +56,13 @@
|
|||||||
./hardware/mennos-gamingpc.nix
|
./hardware/mennos-gamingpc.nix
|
||||||
./common/workstation.nix
|
./common/workstation.nix
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
nixos-cosmic.nixosModules.default
|
# nixos-cosmic.nixosModules.default
|
||||||
{
|
# {
|
||||||
nix.settings = {
|
# nix.settings = {
|
||||||
substituters = [ "https://cosmic.cachix.org/" ];
|
# substituters = [ "https://cosmic.cachix.org/" ];
|
||||||
trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ];
|
# trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ];
|
||||||
};
|
# };
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit pkgs-unstable;
|
inherit pkgs-unstable;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user