mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 07:59:40 +00:00
Compare commits
No commits in common. "21cf34330e7bd1e3c0d698d2ee6bf31e0d3c9b6a" and "002e288d487abb3029a2e78e2b4721117b719fd2" have entirely different histories.
21cf34330e
...
002e288d48
18
flake.lock
18
flake.lock
|
@ -117,11 +117,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717931644,
|
"lastModified": 1712462372,
|
||||||
"narHash": "sha256-Sz8Wh9cAiD5FhL8UWvZxBfnvxETSCVZlqWSYWaCPyu0=",
|
"narHash": "sha256-WA3bbBWhd3o1wAgyHZNypjb/LG4oq+IWxFq8ey8yNPU=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "3d65009effd77cb0d6e7520b68b039836a7606cf",
|
"rev": "a561ad6ab38578c812cc9af3b04f2cc60ebf48c9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -132,11 +132,11 @@
|
||||||
},
|
},
|
||||||
"impermanence": {
|
"impermanence": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717932370,
|
"lastModified": 1708968331,
|
||||||
"narHash": "sha256-7C5lCpiWiyPoIACOcu2mukn/1JRtz6HC/1aEMhUdcw0=",
|
"narHash": "sha256-VUXLaPusCBvwM3zhGbRIJVeYluh2uWuqtj4WirQ1L9Y=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "impermanence",
|
"repo": "impermanence",
|
||||||
"rev": "27979f1c3a0d3b9617a3563e2839114ba7d48d3f",
|
"rev": "a33ef102a02ce77d3e39c25197664b7a636f9c30",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -174,11 +174,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717786204,
|
"lastModified": 1712439257,
|
||||||
"narHash": "sha256-4q0s6m0GUcN7q+Y2DqD27iLvbcd1G50T2lv08kKxkSI=",
|
"narHash": "sha256-aSpiNepFOMk9932HOax0XwNxbA38GOUVOiXfUVPOrck=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "051f920625ab5aabe37c920346e3e69d7d34400e",
|
"rev": "ff0dbd94265ac470dda06a657d5fe49de93b4599",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
./wms
|
./wms
|
||||||
./launchers
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
#./anyrun
|
|
||||||
#./rofi
|
|
||||||
#./tofi
|
|
||||||
./walker
|
|
||||||
./wofi
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,97 +0,0 @@
|
||||||
{
|
|
||||||
"placeholder": "Search...",
|
|
||||||
"keep_open": false,
|
|
||||||
"ignore_mouse": false,
|
|
||||||
"ssh_host_file": "",
|
|
||||||
"enable_typeahead": false,
|
|
||||||
"show_initial_entries": true,
|
|
||||||
"fullscreen": false,
|
|
||||||
"scrollbar_policy": "automatic",
|
|
||||||
"hyprland": {
|
|
||||||
"context_aware_history": false
|
|
||||||
},
|
|
||||||
"activation_mode": {
|
|
||||||
"disabled": false,
|
|
||||||
"use_f_keys": false,
|
|
||||||
"use_alt": false
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"delay": 0,
|
|
||||||
"hide_icons": false,
|
|
||||||
"margin_spinner": 10,
|
|
||||||
"hide_spinner": false
|
|
||||||
},
|
|
||||||
"runner": {
|
|
||||||
"excludes": [
|
|
||||||
"rm"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"clipboard": {
|
|
||||||
"max_entries": 10,
|
|
||||||
"image_height": 300
|
|
||||||
},
|
|
||||||
"align": {
|
|
||||||
"ignore_exlusive": true,
|
|
||||||
"width": 400,
|
|
||||||
"horizontal": "center",
|
|
||||||
"vertical": "start",
|
|
||||||
"anchors": {
|
|
||||||
"top": false,
|
|
||||||
"left": false,
|
|
||||||
"bottom": false,
|
|
||||||
"right": false
|
|
||||||
},
|
|
||||||
"margins": {
|
|
||||||
"top": 20,
|
|
||||||
"bottom": 0,
|
|
||||||
"end": 0,
|
|
||||||
"start": 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"list": {
|
|
||||||
"height": 300,
|
|
||||||
"margin_top": 10,
|
|
||||||
"always_show": true,
|
|
||||||
"hide_sub": false
|
|
||||||
},
|
|
||||||
"orientation": "vertical",
|
|
||||||
"icons": {
|
|
||||||
"theme": "",
|
|
||||||
"hide": false,
|
|
||||||
"size": 28,
|
|
||||||
"image_height": 200
|
|
||||||
},
|
|
||||||
"modules": [
|
|
||||||
{
|
|
||||||
"name": "runner",
|
|
||||||
"prefix": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "applications",
|
|
||||||
"prefix": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ssh",
|
|
||||||
"prefix": "",
|
|
||||||
"switcher_exclusive": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "finder",
|
|
||||||
"prefix": "",
|
|
||||||
"switcher_exclusive": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "commands",
|
|
||||||
"prefix": "",
|
|
||||||
"switcher_exclusive": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "websearch",
|
|
||||||
"prefix": "?"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "switcher",
|
|
||||||
"prefix": "/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
osConfig,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkIf;
|
|
||||||
cfg = osConfig.myOptions.home-manager.programs.launchers.walker;
|
|
||||||
in {
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
walker
|
|
||||||
];
|
|
||||||
|
|
||||||
xdg.configFile = {
|
|
||||||
"walker/config.json".source = ./config.json;
|
|
||||||
"walker/style.css".source = ./style.css;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,90 +0,0 @@
|
||||||
* {
|
|
||||||
color: #dcd7ba;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
background: #1c1c23;
|
|
||||||
opacity: 0.9;
|
|
||||||
border: 4px solid #26262d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#box {
|
|
||||||
background: #16161d;
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#searchwrapper {}
|
|
||||||
|
|
||||||
#search,
|
|
||||||
#typeahead {
|
|
||||||
border-radius: 0;
|
|
||||||
outline: none;
|
|
||||||
outline-width: 0px;
|
|
||||||
box-shadow: none;
|
|
||||||
border-bottom: none;
|
|
||||||
border: none;
|
|
||||||
background: #1f1f28;
|
|
||||||
padding-left: 10px;
|
|
||||||
padding-right: 10px;
|
|
||||||
padding-top: 0px;
|
|
||||||
padding-bottom: 0px;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#spinner {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#spinner.visible {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#typeahead {
|
|
||||||
background: none;
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#search placeholder {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#list {
|
|
||||||
background: #1c1c23;
|
|
||||||
}
|
|
||||||
|
|
||||||
row:selected {
|
|
||||||
background: rgba(100, 100, 100, 0.3);
|
|
||||||
}
|
|
||||||
|
|
||||||
.item {
|
|
||||||
padding: 5px;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon {
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.textwrapper {}
|
|
||||||
|
|
||||||
.label {}
|
|
||||||
|
|
||||||
.sub {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.activationlabel {
|
|
||||||
opacity: 0.25;
|
|
||||||
}
|
|
||||||
|
|
||||||
.activation .activationlabel {
|
|
||||||
opacity: 1;
|
|
||||||
color: #76946a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.activation .textwrapper,
|
|
||||||
.activation .icon,
|
|
||||||
.activation .search {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
osConfig,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkIf;
|
|
||||||
cfg = osConfig.myOptions.home-manager.programs.launchers.wofi;
|
|
||||||
in {
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
programs.wofi = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
width = "40%";
|
|
||||||
height = "30%";
|
|
||||||
show = "drun";
|
|
||||||
prompt = "Search";
|
|
||||||
allow_images = true;
|
|
||||||
allow_markup = true;
|
|
||||||
insensitive = true;
|
|
||||||
};
|
|
||||||
style = ''
|
|
||||||
${builtins.readFile ./style.css}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,51 +0,0 @@
|
||||||
window {
|
|
||||||
font-family: "DejaVu Sans", "Font Awesome 5 Free";
|
|
||||||
margin: 0px;
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
||||||
background-color: rgba(29, 31, 33, 0.95);
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#input {
|
|
||||||
margin: 5px;
|
|
||||||
border: none;
|
|
||||||
color: #f8f8f2;
|
|
||||||
background-color: rgba(55, 59, 65, 0.95);
|
|
||||||
}
|
|
||||||
|
|
||||||
#inner-box {
|
|
||||||
margin: 5px;
|
|
||||||
border: none;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#outer-box {
|
|
||||||
margin: 5px;
|
|
||||||
border: none;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#scroll {
|
|
||||||
margin: 0px;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text {
|
|
||||||
margin: 5px;
|
|
||||||
border: none;
|
|
||||||
color: #c5c8c6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:focus {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:selected {
|
|
||||||
background-color: rgba(55, 59, 65, 0.95);
|
|
||||||
border-radius: 5px;
|
|
||||||
border: none;
|
|
||||||
}
|
|
|
@ -23,7 +23,6 @@
|
||||||
# Programs
|
# Programs
|
||||||
#
|
#
|
||||||
"SUPER, Return, exec, kitty"
|
"SUPER, Return, exec, kitty"
|
||||||
"SUPER, R, exec, walker"
|
|
||||||
# TODO: requires programs
|
# TODO: requires programs
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -77,7 +77,6 @@
|
||||||
home-manager = {
|
home-manager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
userName = "ItsDrike";
|
userName = "ItsDrike";
|
||||||
userEmail = "itsdrike@protonmail.com";
|
userEmail = "itsdrike@protonmail.com";
|
||||||
|
@ -86,7 +85,6 @@
|
||||||
key = "FA2745890B7048C0";
|
key = "FA2745890B7048C0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
wms.hyprland = {
|
wms.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
monitor = [
|
monitor = [
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./programs
|
|
||||||
./git.nix
|
./git.nix
|
||||||
./wms.nix
|
./wms.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
{ lib, ... }: with lib; let
|
|
||||||
inherit (lib) mkEnableOption mkOption types;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.myOptions.home-manager.programs = {
|
|
||||||
launchers = {
|
|
||||||
wofi.enable = mkEnableOption "Wofi launcher";
|
|
||||||
walker.enable = mkOption {
|
|
||||||
type = types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "Enable Walker launcher.";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -4,7 +4,7 @@
|
||||||
acceptedTypes = ["laptop"];
|
acceptedTypes = ["laptop"];
|
||||||
in {
|
in {
|
||||||
config = mkIf (builtins.elem deviceType acceptedTypes) {
|
config = mkIf (builtins.elem deviceType acceptedTypes) {
|
||||||
services.libinput = {
|
services.xserver.libinput = {
|
||||||
# enable libinput
|
# enable libinput
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ in {
|
||||||
|
|
||||||
# touchpad settings
|
# touchpad settings
|
||||||
touchpad = {
|
touchpad = {
|
||||||
naturalScrolling = false; # I'm not natural
|
naturalScrolling = false; # I'm weird like that
|
||||||
tapping = true;
|
tapping = true;
|
||||||
clickMethod = "clickfinger";
|
clickMethod = "clickfinger";
|
||||||
horizontalScrolling = true;
|
horizontalScrolling = true;
|
||||||
|
|
|
@ -3,6 +3,5 @@
|
||||||
./services
|
./services
|
||||||
./programs
|
./programs
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./runners.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,5 @@
|
||||||
imports = [
|
imports = [
|
||||||
./misc.nix
|
./misc.nix
|
||||||
./physlock.nix
|
./physlock.nix
|
||||||
./thunar.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,8 @@
|
||||||
{ lib, config, ...}: let
|
{
|
||||||
inherit (lib) mkIf;
|
# Screen locker which works across all virtual terminals
|
||||||
deviceType = config.myOptions.device.roles.type;
|
# Use `systemctl start physlock` to securely lock the screen
|
||||||
acceptedTypes = ["laptop" "desktop"];
|
services.physlock = {
|
||||||
in {
|
enable = true;
|
||||||
config = mkIf (builtins.elem deviceType acceptedTypes) {
|
lockMessage = "System is locked...";
|
||||||
# Screen locker which works across all virtual terminals
|
|
||||||
# Use `systemctl start physlock` to securely lock the screen
|
|
||||||
services.physlock = {
|
|
||||||
enable = true;
|
|
||||||
lockMessage = "System is locked...";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkIf;
|
|
||||||
deviceType = config.myOptions.device.roles.type;
|
|
||||||
acceptedTypes = ["laptop" "desktop"];
|
|
||||||
in {
|
|
||||||
config = mkIf (builtins.elem deviceType acceptedTypes) {
|
|
||||||
# Unconditionally enable thunar file manager here as a relatively
|
|
||||||
# lightweight fallback option for my default file manager.
|
|
||||||
programs.thunar = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
plugins = with pkgs.xfce; [
|
|
||||||
thunar-archive-plugin
|
|
||||||
thunar-media-tags-plugin
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
environment = {
|
|
||||||
systemPackages = with pkgs; [
|
|
||||||
# packages necessery for thunar thumbnails
|
|
||||||
xfce.tumbler
|
|
||||||
libgsf # odf files
|
|
||||||
ffmpegthumbnailer
|
|
||||||
ark # GUI archiver for thunar archive plugin
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
# thumbnail support on thunar
|
|
||||||
services.tumbler.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,52 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkIf;
|
|
||||||
|
|
||||||
deviceType = config.myOptions.device.roles.type;
|
|
||||||
acceptedTypes = ["laptop" "desktop"];
|
|
||||||
in {
|
|
||||||
config = mkIf (builtins.elem deviceType acceptedTypes) {
|
|
||||||
environment.systemPackages = [pkgs.appimage-run];
|
|
||||||
|
|
||||||
# run appimages with appimage-run
|
|
||||||
boot.binfmt.registrations = lib.genAttrs ["appimage" "AppImage"] (_: {
|
|
||||||
wrapInterpreterInShell = false;
|
|
||||||
interpreter = "${pkgs.appimage-run}/bin/appimage-run";
|
|
||||||
recognitionType = "magic";
|
|
||||||
offset = 0;
|
|
||||||
mask = "\\xff\\xff\\xff\\xff\\x00\\x00\\x00\\x00\\xff\\xff\\xff";
|
|
||||||
magicOrExtension = "\\x7fELF....AI\\x02";
|
|
||||||
});
|
|
||||||
|
|
||||||
# run unpatched linux binaries with nix-ld
|
|
||||||
programs.nix-ld = {
|
|
||||||
enable = true;
|
|
||||||
libraries = with pkgs; [
|
|
||||||
stdenv.cc.cc
|
|
||||||
openssl
|
|
||||||
curl
|
|
||||||
glib
|
|
||||||
util-linux
|
|
||||||
glibc
|
|
||||||
icu
|
|
||||||
libunwind
|
|
||||||
libuuid
|
|
||||||
zlib
|
|
||||||
libsecret
|
|
||||||
# graphical
|
|
||||||
freetype
|
|
||||||
libglvnd
|
|
||||||
libnotify
|
|
||||||
SDL2
|
|
||||||
vulkan-loader
|
|
||||||
gdk-pixbuf
|
|
||||||
xorg.libX11
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
./earlyoom.nix
|
./earlyoom.nix
|
||||||
./mount.nix
|
./mount.nix
|
||||||
./printing.nix
|
./printing.nix
|
||||||
./misc.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkIf;
|
|
||||||
|
|
||||||
deviceType = config.myOptions.device.roles.type;
|
|
||||||
acceptedTypes = ["laptop" "desktop"];
|
|
||||||
in {
|
|
||||||
config = mkIf (builtins.elem deviceType acceptedTypes) {
|
|
||||||
services = {
|
|
||||||
# enable GVfs - a userspace virtual filesystem
|
|
||||||
gvfs.enable = true;
|
|
||||||
|
|
||||||
# storage daemon required for udiskie auto-mount
|
|
||||||
udisks2.enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -13,6 +13,5 @@ _: {
|
||||||
./network.nix
|
./network.nix
|
||||||
./bluetooth.nix
|
./bluetooth.nix
|
||||||
./localisation.nix
|
./localisation.nix
|
||||||
./packages.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
killall
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue